@charset "UTF-8";
/**
* 溢出省略号
* @param {Number} 行数
*/
@font-face {
  font-family: "CenturyGothic-Bold";
  src: url("../fonts/CenturyGothic-Bold.eot");
  src: url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype"), url("../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold") format("svg");
}
@font-face {
  font-family: "FuturaBT-Medium";
  src: url("../fonts/FuturaBT-Medium.eot");
  src: url("../fonts/FuturaBT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Medium.woff2") format("woff2"), url("../fonts/FuturaBT-Medium.woff") format("woff"), url("../fonts/FuturaBT-Medium.ttf") format("truetype"), url("../fonts/FuturaBT-Medium.svg#FuturaBT-Medium") format("svg");
}
@font-face {
  font-family: "FuturaBT-Bold";
  src: url("../fonts/FuturaBT-Bold.eot");
  src: url("../fonts/FuturaBT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Bold.woff2") format("woff2"), url("../fonts/FuturaBT-Bold.woff") format("woff"), url("../fonts/FuturaBT-Bold.ttf") format("truetype"), url("../fonts/FuturaBT-Bold.svg#FuturaBT-Bold") format("svg");
}
body {
  color: #000;
  background: #ebeff2;
  font-size: 14px;
  font-family: "ProximaNova-Regular", "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover, a:focus {
  color: #4da250;
  text-decoration: none;
}

a .more_arrow {
  display: block;
  width: 16px;
  height: 10px;
  background-image: url("/i/img/arrow.png");
  background-repeat: no-repeat;
  background-position: -16px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover .more_arrow {
  background-position: 0 0;
}

.w {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .w {
    max-width: 1300px;
  }
}
@media (max-width: 1380px) {
  .w {
    max-width: 1200px;
  }
}
@media (max-width: 1180px) {
  .w {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 668px) {
  .w {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.w_col {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1380px) {
  .w_col {
    max-width: 1200px;
  }
}
@media (max-width: 1180px) {
  .w_col {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 668px) {
  .w_col {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*
  .w_col {
    padding-left: 100px; padding-right: 100px;
    @media (max-width: $break_pc_large) {
      padding-left: 80px; padding-right: 80px;
    }
    @media (max-width: $break_pc_big) {
      padding-left: 60px; padding-right: 60px;
    }
    @media (max-width: $break_pc_laptop) {
      padding-left: 40px; padding-right: 40px;
    }
    @media (max-width: $break_ipad_b) {
      width: 100%;
      padding-left: 20px; padding-right: 20px;
    }
    @media (max-width: $break_ipad_s) {
    }
    @media (max-width: $break_phone_b) {
    }
  }
  */
.WinH {
  position: relative;
}

.p20 {
  padding: 20px !important;
}

.page_switch.off {
  display: none;
}

.pages {
  text-align: center;
  padding: 0;
}
.pages a {
  display: block;
  width: 80px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  background: none;
  color: #999;
  border: 1px solid #999;
}
.pages a:hover {
  color: #999;
}
.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 16px;
  margin-left: 0px;
  line-height: 1.42857143;
  color: #585858;
  text-decoration: none;
  background-color: none;
  border: none;
  border-radius: 0;
  font-size: 14px;
  margin-right: 15px;
  border: 1px solid #dcdcdc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  color: #fff;
  background: #4da250;
  border-color: #4da250;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #4da250;
  border-color: #4da250;
  border-radius: 0;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

@media (min-width: 1180px) {
  a .more01.more_ani {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  a .more01.more_ani:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4da250;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
        transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  a:hover .more01.more_ani:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
        transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
}
.Validform_checktip {
  margin-left: 8px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
}

.Validform_right {
  color: #71b83d;
  padding-left: 20px;
  background: url(images/right.png) no-repeat left center;
}

.Validform_wrong {
  color: red;
  padding-left: 20px;
  white-space: nowrap;
  background: url(images/error.png) no-repeat left center;
}

.Validform_loading {
  padding-left: 20px;
  background: url(images/onLoad.gif) no-repeat left center;
}

.Validform_error {
  background-color: #ffe7e7;
}

#Validform_msg {
  color: #7d8289;
  font: 12px/1.5 tahoma, arial, 宋体, sans-serif;
  width: 280px;
  -webkit-box-shadow: 2px 2px 3px #aaa;
  -moz-box-shadow: 2px 2px 3px #aaa;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 19891016;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color="#999999");
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#Validform_msg .iframe {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: -1;
}

#Validform_msg .Validform_title {
  line-height: 25px;
  height: 25px;
  text-align: left;
  font-weight: bold;
  padding: 0 8px;
  color: #fff;
  position: relative;
  background-color: #999;
  background: -moz-linear-gradient(top, #999, #666 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#666666");
}

#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
  line-height: 22px;
  position: absolute;
  right: 8px;
  top: 0px;
  color: #fff;
  text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
  color: #ccc;
}

#Validform_msg .Validform_info {
  padding: 8px;
  border: 1px solid #bbb;
  border-top: none;
  text-align: left;
}

.page_404 {
  position: relative;
}
.page_404 .inner {
  width: 800px;
  height: 550px;
  padding: 425px 0 0;
  background: url("/i/img/404.jpg") center center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -275px;
}
.page_404 .inner span.txt {
  display: block;
  font-size: 20px;
  color: #999;
  text-align: center;
  margin-bottom: 20px;
}
.page_404 .inner .btn {
  width: 100%;
}
.page_404 .inner .btn ul {
  text-align: center;
}
.page_404 .inner .btn ul li {
  display: inline-block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 6px;
}
.page_404 .inner .btn ul li a {
  display: block;
}
.page_404 .inner .btn ul li:nth-child(1) a {
  background: #4da250;
  color: #fff;
}
.page_404 .inner .btn ul li:nth-child(2) {
  line-height: 36px;
}
.page_404 .inner .btn ul li:nth-child(2) a {
  border: 2px solid #4da250;
  color: #4da250;
}

.navbar-inverse {
  background-color: #fff;
  border-color: #fff;
}

#warper #sidebar-wrapper {
  width: 200px;
  height: 100%;
  padding: 20px;
  left: -250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#warper #sidebar-wrapper a.logo {
  display: block;
  float: none;
  width: 100%;
}
#warper #sidebar-wrapper a.logo img {
  width: 100%;
}
#warper.toggled #sidebar-wrapper {
  left: 0;
  z-index: 501;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #fff;
  border-color: #fff;
}
.hamburger {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 1000;
  width: 25px;
  height: 20px;
  background: transparent;
  border: none;
}
@media (max-width: 668px) {
  .hamburger {
    right: 10px;
  }
}
.hamburger:hover, .hamburger:focus, .hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #333;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
  background-color: #333;
}
.hamburger.is-closed .hamb-top {
  top: 0px;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 0px;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  background-color: #fff;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open .hamb-middle {
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 501;
}

.target-fix {
  position: relative;
  top: -95px;
  /*top: 0px;*/
  display: block;
  height: 1px;
  background: none;
  overflow: hidden;
  outline: 0;
  text-decoration: none;
  border: none;
}
@media (max-width: 668px) {
  .target-fix {
    top: 70px;
  }
}
.target-fix:focus {
  outline: 0;
}

.mt {
  margin-top: 95px;
}
@media (max-width: 668px) {
  .mt {
    margin-top: 70px;
  }
}

#warper {
  max-width: 1920px;
  margin: 0 auto;
}

/* SVG */
svg {
  overflow: hidden;
  display: inline-block;
  fill: currentColor;
}

.hidden-svg {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

header {
  width: 100%;
  padding: 0 100px;
  background-color: #fff;
}
@media (max-width: 1681px) {
  header {
    padding: 0 50px;
  }
}
@media (max-width: 1440px) {
  header {
    padding: 0 40px;
  }
}
@media (max-width: 1180px) {
  header {
    padding: 0 20px;
  }
}
@media (max-width: 668px) {
  header {
    padding: 0 10px;
  }
}
header .inner {
  height: 100px;
  position: relative;
}
@media (max-width: 1180px) {
  header .inner {
    height: 70px;
  }
}
header .inner a.logo {
  display: block;
  width: 200px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 22px;
}
@media (max-width: 1180px) {
  header .inner a.logo {
    height: 40px;
    top: 15px;
  }
}
header .inner a.logo img {
  height: 100%;
}
header .inner .head_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1180px) {
  header .inner .head_r {
    display: none;
  }
}
header .inner .head_info {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  text-align: right;
}
header .inner .head_info svg {
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #4d7584;
}
header .inner .head_info p.phone {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  font-family: "CenturyGothic-Bold";
  font-size: 18px;
  font-style: italic;
  color: #4d7584;
}
header .inner .head_info .btn_search {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  background: none;
  border: none;
  position: relative;
}
header .inner .head_info .btn_search:before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
header .inner .head_info .btn_search svg {
  vertical-align: top;
}

@media (max-width: 1180px) {
  .pc_nav {
    display: none;
  }
}
.pc_nav .site_nav {
  z-index: 100;
}
.pc_nav .site_nav > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc_nav .site_nav > ul > li {
  list-style-type: none;
  position: relative;
  margin-left: 4em;
}
@media (max-width: 1380px) {
  .pc_nav .site_nav > ul > li {
    margin-left: 2em;
  }
}
.pc_nav .site_nav > ul > li > a {
  display: block;
  font-size: 16px;
  line-height: 70px;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .pc_nav .site_nav > ul > li > a {
    font-size: 15px;
  }
}
.pc_nav .site_nav > ul > li > a:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 5px solid #4da250;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pc_nav .site_nav > ul > li > a span {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  color: #555;
  font-weight: bold;
  position: relative;
}
.pc_nav .site_nav > ul > li.on > a:after, .pc_nav .site_nav > ul > li:hover > a:after {
  opacity: 1;
}
.pc_nav .site_nav > ul > li.on > a span, .pc_nav .site_nav > ul > li:hover > a span {
  color: #4da250;
}
.pc_nav .site_nav > ul > li .sub {
  display: none;
  min-width: 100%;
  padding: 10px;
  background: rgba(77, 162, 80, 0.8);
  position: absolute;
  left: 50%;
  top: 70px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
.pc_nav .site_nav > ul > li .sub.sub6 {
  width: 300px;
  margin-left: -150px;
}
.pc_nav .site_nav > ul > li .sub ul {
  margin: 0;
  padding: 0;
}
.pc_nav .site_nav > ul > li .sub ul li {
  display: block;
  width: 100%;
}
.pc_nav .site_nav > ul > li .sub ul li h3:after {
  display: none;
}
.pc_nav .site_nav > ul > li .sub ul li a {
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 10px 0;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 14px;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pc_nav .site_nav > ul > li .sub ul li a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.pc_nav .site_nav > ul > li .sub ul li a:after {
  display: none;
}
.pc_nav .site_nav > ul > li .sub ul li:last-child a {
  height: 40px;
  border-bottom: none;
}

.mobile-icon {
  display: none;
}
@media (max-width: 1180px) {
  .mobile-icon {
    display: block;
  }
}

.m_nav {
  margin: 10px 0 0;
}
.m_nav .panel {
  border-radius: 0;
  background: none;
  margin-top: 0 !important;
  box-shadow: none;
}
.m_nav .panel .panel-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
.m_nav .panel .panel-heading .panel-title {
  height: 34px;
  line-height: 34px;
  position: relative;
}
.m_nav .panel .panel-heading .panel-title a.t {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.m_nav .panel .panel-heading .panel-title a.switch {
  display: block;
  float: right;
  width: 20px;
  height: 30px;
  position: relative;
}
.m_nav .panel .panel-heading .panel-title a.switch svg {
  display: block;
  width: 20px;
  height: 20px;
  text-align: right;
  color: #999;
  font-style: normal;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  z-index: 3;
}
.m_nav .panel .panel-heading .panel-title a.switch[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.m_nav .panel .panel-collapse .panel-body {
  border-top: none;
  padding: 15px 0;
}
.m_nav .panel .panel-collapse .panel-body:before, .m_nav .panel .panel-collapse .panel-body:after {
  display: none;
}
.m_nav .panel .panel-collapse .panel-body ul {
  margin: 0;
  padding: 0;
}
.m_nav .panel .panel-collapse .panel-body ul li {
  display: block;
}
.m_nav .panel .panel-collapse .panel-body ul li a {
  display: block;
  line-height: 30px;
  color: #666;
  text-indent: 20px;
}

.body-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 501;
}

.pop-search {
  display: none;
}
.pop-search--on {
  display: block;
}
.pop-search__box {
  width: 680px;
  padding: 10px 20px;
  background: #fff;
  position: fixed;
  left: 50%;
  margin-left: -340px;
  top: 80px;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 668px) {
  .pop-search__box {
    width: 90%;
    margin-left: -45%;
    padding: 10px;
  }
}
.pop-search--on .pop-search__box {
  top: 160px;
}
.pop-search__box form {
  display: block;
  width: 100%;
  height: 50px;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 668px) {
  .pop-search__box form {
    height: 40px;
    padding-right: 40px;
  }
}
.pop-search__box form .btn01 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: none;
  background: none;
  outline: 0;
}
@media (max-width: 668px) {
  .pop-search__box form .btn01 {
    height: 40px;
    line-height: 40px;
  }
}
.pop-search__box form .btn02 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: right;
  border: none;
  background: none;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 668px) {
  .pop-search__box form .btn02 {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.pop-search__box form .btn02 svg {
  vertical-align: top;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 668px) {
  .pop-search__box form .btn02 svg {
    width: 20px;
    height: 20px;
  }
}
.pop-search__box form .btn02:hover svg {
  color: #4da250;
}
.pop-search__close {
  width: 60px;
  opacity: 0;
  text-align: center;
  background: none;
  border: none;
  outline: 0;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 668px) {
  .pop-search__close {
    right: 10px;
  }
}
.pop-search--on .pop-search__close {
  opacity: 1;
}
.pop-search__close svg {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pop-search__close span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pop-search__close:hover svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #4da250;
}
.pop-search__close:hover span {
  color: #4da250;
}

.index_banner .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_banner .item .txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
.index_banner .item .txt > .inner {
  text-align: center;
  color: #fff;
}
.index_banner .item .txt > .inner .txt01 {
  display: block;
  font-size: 60px;
  line-height: 90px;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1681px) {
  .index_banner .item .txt > .inner .txt01 {
    font-size: 46px;
    line-height: 70px;
  }
}
@media (max-width: 1440px) {
  .index_banner .item .txt > .inner .txt01 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 968px) {
  .index_banner .item .txt > .inner .txt01 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 668px) {
  .index_banner .item .txt > .inner .txt01 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.index_banner .item .txt > .inner .txt01 br {
  display: inline-block;
}
.index_banner .item .txt > .inner .txt02 {
  display: block;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "FuturaBT-Medium";
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1681px) {
  .index_banner .item .txt > .inner .txt02 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 1440px) {
  .index_banner .item .txt > .inner .txt02 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 968px) {
  .index_banner .item .txt > .inner .txt02 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 668px) {
  .index_banner .item .txt > .inner .txt02 {
    font-size: 12px;
    line-height: 20px;
  }
}
.index_banner .item .img {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}
@media (max-width: 1681px) {
  .index_banner .item .img {
    height: 600px;
  }
}
@media (max-width: 1380px) {
  .index_banner .item .img {
    height: 500px;
  }
}
@media (max-width: 968px) {
  .index_banner .item .img {
    display: none;
  }
}
.index_banner .item .mobile-img {
  display: none;
}
@media (max-width: 968px) {
  .index_banner .item .mobile-img {
    display: block;
  }
}
.index_banner .item .mobile-img img {
  width: 100%;
}
.index_banner .arrows {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
}
@media (max-width: 668px) {
  .index_banner .arrows {
    padding-left: 0;
    text-align: center;
    bottom: 10px;
  }
}
.index_banner .arrows .index_banner_slide_page {
  display: inline-block;
  padding: 0 20px;
  height: 20px;
  position: relative;
}
.index_banner .arrows .index_banner_slide_page:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  line-height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.index_banner .arrows .index_banner_slide_page .swiper-pagination-bullet {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  position: relative;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.index_banner .arrows .index_banner_slide_page .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_banner .arrows .index_banner_slide_page .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index_banner .arrows .index_banner_slide_page .swiper-pagination-bullet-active:before {
  opacity: 1;
}

.index_col {
  padding: 115px 0 0;
  background-repeat: no-repeat;
  background-position: center 400px;
  background-size: contain;
  background-image: url("../img/index_col_bg.jpg");
}
@media (max-width: 1681px) {
  .index_col {
    padding: 80px 0 0;
  }
}
@media (max-width: 1180px) {
  .index_col {
    padding: 40px 0 0;
  }
}
@media (max-width: 668px) {
  .index_col {
    padding: 20px 0 0;
  }
}

.index_intro {
  background: url("../img/index_intro_bg.png") left bottom repeat-x;
}
.index_intro .col {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .index_intro .col {
    padding-bottom: 80px;
  }
}
@media (max-width: 968px) {
  .index_intro .col {
    padding-bottom: 120px;
  }
}
@media (max-width: 668px) {
  .index_intro .col {
    padding-bottom: 0;
  }
}
.index_intro .col .txt {
  float: left;
  width: 50%;
  padding-left: 100px;
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
@media (max-width: 1380px) {
  .index_intro .col .txt {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 1180px) {
  .index_intro .col .txt {
    padding-left: 50px;
  }
}
@media (max-width: 668px) {
  .index_intro .col .txt {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.index_intro .col .txt .title {
  display: block;
  position: relative;
}
@media (max-width: 668px) {
  .index_intro .col .txt .title {
    padding-left: 50px;
  }
}
.index_intro .col .txt .title:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("../img/index_intro_t.png") center top no-repeat;
  position: absolute;
  left: -100px;
  top: 0;
}
@media (max-width: 1180px) {
  .index_intro .col .txt .title:before {
    width: 50px;
    height: 50px;
    left: -50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 668px) {
  .index_intro .col .txt .title:before {
    left: 0;
  }
}
.index_intro .col .txt .title h1 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 36px;
  color: #4da250;
  font-weight: bold;
}
@media (max-width: 1681px) {
  .index_intro .col .txt .title h1 {
    font-size: 30px;
  }
}
@media (max-width: 1180px) {
  .index_intro .col .txt .title h1 {
    font-size: 22px;
  }
}
@media (max-width: 668px) {
  .index_intro .col .txt .title h1 {
    font-size: 18px;
  }
}
.index_intro .col .txt .title span {
  display: block;
  height: 60px;
  line-height: 60px;
  font-family: "FuturaBT-Medium";
  color: rgba(0, 82, 113, 0.1);
  font-size: 60px;
}
@media (max-width: 1681px) {
  .index_intro .col .txt .title span {
    font-size: 50px;
  }
}
@media (max-width: 1180px) {
  .index_intro .col .txt .title span {
    font-size: 30px;
  }
}
@media (max-width: 668px) {
  .index_intro .col .txt .title span {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.index_intro .col .txt .des {
  margin: 40px 0 20px;
}
@media (max-width: 1180px) {
  .index_intro .col .txt .des {
    margin: 20px 0;
  }
}
@media (max-width: 668px) {
  .index_intro .col .txt .des {
    margin: 10px 0;
  }
}
.index_intro .col .txt a.more {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(left, #57ce96, #5dc8f7);
  background-image: linear-gradient(to right, #57ce96, #5dc8f7);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_intro .col .txt a.more:hover {
  width: 180px;
}
.index_intro .col .img {
  float: right;
  width: 50%;
}
@media (max-width: 668px) {
  .index_intro .col .img {
    float: none;
    width: 100%;
  }
}
.index_intro .col .img img {
  width: 100%;
}
.index_intro .col .nums {
  width: 100%;
  padding-left: 100px;
  position: absolute;
  left: 0;
  bottom: 100px;
}
@media (max-width: 1440px) {
  .index_intro .col .nums {
    bottom: 50px;
  }
}
@media (max-width: 1180px) {
  .index_intro .col .nums {
    padding-left: 50px;
    bottom: 20px;
  }
}
@media (max-width: 668px) {
  .index_intro .col .nums {
    position: static;
    padding: 20px 0;
  }
}
.index_intro .col .nums .jump_nums {
  width: 100%;
}
.index_intro .col .nums .jump_nums ul {
  margin: 0;
  padding: 0;
}
.index_intro .col .nums .jump_nums ul li {
  display: block;
  float: left;
  margin-right: 90px;
}
@media (max-width: 1380px) {
  .index_intro .col .nums .jump_nums ul li {
    margin-right: 60px;
  }
}
@media (max-width: 1180px) {
  .index_intro .col .nums .jump_nums ul li {
    margin-right: 0px;
    width: 14.28%;
    text-align: center;
  }
}
@media (max-width: 668px) {
  .index_intro .col .nums .jump_nums ul li {
    width: 33.33%;
  }
  .index_intro .col .nums .jump_nums ul li:nth-of-type(4), .index_intro .col .nums .jump_nums ul li:nth-of-type(5), .index_intro .col .nums .jump_nums ul li:nth-of-type(6), .index_intro .col .nums .jump_nums ul li:nth-of-type(7) {
    width: 25%;
  }
}
.index_intro .col .nums .jump_nums ul li p {
  margin: 0;
  padding: 0;
}
.index_intro .col .nums .jump_nums ul li p.num span {
  font-size: 36px;
  font-family: "FuturaBT-Bold";
  color: #005271;
}
@media (max-width: 1380px) {
  .index_intro .col .nums .jump_nums ul li p.num span {
    font-size: 30px;
  }
}
@media (max-width: 968px) {
  .index_intro .col .nums .jump_nums ul li p.num span {
    font-size: 20px;
  }
}
.index_intro .col .nums .jump_nums ul li p.num em {
  font-size: 14px;
  color: #999;
  font-style: normal;
  margin-left: 5px;
}
.index_intro .col .nums .jump_nums ul li p.t {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
@media (max-width: 668px) {
  .index_intro .col .nums .jump_nums ul li p.t {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
  }
}

.index_title {
  text-align: center;
}
.index_title h2 {
  margin: 0;
  padding: 0;
  position: relative;
}
.index_title h2:before, .index_title h2:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 190px;
  height: 36px;
  line-height: 36px;
  background-image: url("../img/title_line01.png");
  background-repeat: no-repeat;
}
@media (max-width: 668px) {
  .index_title h2:before, .index_title h2:after {
    width: 50px;
    height: 20px;
    line-height: 20px;
    background-image: url("../img/m_title_line01.png");
  }
}
.index_title h2:before {
  background-position: right center;
  margin-right: 30px;
}
@media (max-width: 668px) {
  .index_title h2:before {
    margin-right: 10px;
  }
}
.index_title h2:after {
  background-position: left center;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-left: 30px;
}
@media (max-width: 668px) {
  .index_title h2:after {
    margin-left: 10px;
  }
}
.index_title h2 span {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  line-height: 36px;
  font-size: 36px;
  color: #005271;
}
@media (max-width: 1440px) {
  .index_title h2 span {
    font-size: 30px;
  }
}
@media (max-width: 668px) {
  .index_title h2 span {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
  }
}
.index_title p {
  margin: 15px 0 0;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #005271;
}
@media (max-width: 1440px) {
  .index_title p {
    font-size: 16px;
  }
}
@media (max-width: 668px) {
  .index_title p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    height: auto;
    padding: 0 40px;
  }
}

.index_projects {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 1440px) {
  .index_projects {
    padding-top: 60px;
  }
}
@media (max-width: 1180px) {
  .index_projects {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.index_projects .index_projects_list {
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .index_projects .index_projects_list {
    margin-top: 20px;
  }
}
@media (max-width: 668px) {
  .index_projects .index_projects_list {
    overflow: hidden;
  }
}
.index_projects .index_projects_list .row {
  margin: 0 -20px;
}
@media (max-width: 1440px) {
  .index_projects .index_projects_list .row {
    margin: 0 -15px;
  }
}
@media (max-width: 668px) {
  .index_projects .index_projects_list .row {
    margin: 0;
  }
}
.index_projects .index_projects_list .row > div {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .index_projects .index_projects_list .row > div {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 668px) {
  .index_projects .index_projects_list .row > div {
    padding: 0;
    margin-bottom: 10px;
  }
}
.index_projects .index_projects_list .row > div .col {
  background-color: #fff;
  padding: 30px 30px 30px 120px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .index_projects .index_projects_list .row > div .col {
    padding: 20px 20px 20px 90px;
  }
}
.index_projects .index_projects_list .row > div .col .icon {
  margin: 0;
  padding: 0;
  width: 120px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 30px;
}
@media (max-width: 1440px) {
  .index_projects .index_projects_list .row > div .col .icon {
    width: 90px;
  }
}
.index_projects .index_projects_list .row > div .col .icon svg {
  width: 80px;
  height: 80px;
  color: #005271;
}
@media (max-width: 1440px) {
  .index_projects .index_projects_list .row > div .col .icon svg {
    width: 60px;
    height: 60px;
  }
}
.index_projects .index_projects_list .row > div .col .title {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .index_projects .index_projects_list .row > div .col .title {
    font-size: 20px;
  }
}
.index_projects .index_projects_list .row > div .col .title a {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #005271;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_projects .index_projects_list .row > div .col .title a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 2px;
  line-height: 2px;
  background-color: #005271;
  margin-left: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_projects .index_projects_list .row > div .col .title a:hover {
  color: #4da250;
}
.index_projects .index_projects_list .row > div .col .title a:hover:after {
  width: 50px;
  background-color: #4da250;
}
.index_projects .index_projects_list .row > div .col ul.list {
  margin: 10px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.index_projects .index_projects_list .row > div .col ul.list li {
  display: block;
  float: left;
  margin: 0 15px 10px 0;
}
.index_projects .index_projects_list .row > div .col ul.list li a {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_projects .index_projects_list .row > div .col ul.list li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  line-height: 1px;
  background-color: #4da250;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_projects .index_projects_list .row > div .col ul.list li a:hover {
  color: #4da250;
}
.index_projects .index_projects_list .row > div .col ul.list li a:hover:after {
  width: 100%;
}
.index_projects .index_projects_list .row > div .col:hover {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.index_news {
  overflow: hidden;
  position: relative;
}
@media (max-width: 668px) {
  .index_news {
    padding: 20px 10px 0;
  }
}
.index_news .index_news_list {
  margin-top: 60px;
  padding: 20px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .index_news .index_news_list {
    padding: 20px;
  }
}
@media (max-width: 1380px) {
  .index_news .index_news_list {
    margin-top: 40px;
  }
}
@media (max-width: 1180px) {
  .index_news .index_news_list {
    margin-top: 20px;
  }
}
@media (max-width: 668px) {
  .index_news .index_news_list {
    margin-top: 0;
    padding: 20px 0 0;
  }
}
.index_news .index_news_list a {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_news .index_news_list a .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
@media (max-width: 1681px) {
  .index_news .index_news_list a .img {
    height: 200px;
  }
}
@media (max-width: 1180px) {
  .index_news .index_news_list a .img {
    height: 300px;
  }
}
@media (max-width: 968px) {
  .index_news .index_news_list a .img {
    height: 200px;
  }
}
.index_news .index_news_list a .img span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.index_news .index_news_list a span.date {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #5dc8f7, #24cdeb, #00cfd5, #24d0b8, #57ce96);
  background-image: linear-gradient(to bottom, #5dc8f7, #24cdeb, #00cfd5, #24d0b8, #57ce96);
  position: absolute;
  right: 15px;
  top: 206px;
  z-index: 2;
}
@media (max-width: 1681px) {
  .index_news .index_news_list a span.date {
    top: 155px;
  }
}
.index_news .index_news_list a span.date em {
  display: block;
  line-height: 43px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-style: normal;
  font-size: 30px;
}
.index_news .index_news_list a .txt {
  background-color: #fff;
  padding: 40px 25px 20px;
}
@media (max-width: 1681px) {
  .index_news .index_news_list a .txt {
    padding: 40px 20px 20px;
  }
}
.index_news .index_news_list a .txt b.title {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1681px) {
  .index_news .index_news_list a .txt b.title {
    font-size: 14px;
    height: 50px;
    line-height: 25px;
  }
}
.index_news .index_news_list a .txt .des {
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  color: #666;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1681px) {
  .index_news .index_news_list a .txt .des {
    line-height: 26px;
    height: 78px;
  }
}
.index_news .index_news_list a:hover {
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
}
.index_news .index_news_list a:hover .img span {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index_news .index_news_list a:hover .txt b.title {
  color: #4da250;
}
.index_news .index_news_block {
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 668px) {
  .index_news .index_news_block {
    margin-top: 0;
    padding: 0;
  }
}
.index_news .index_news_block .col {
  float: right;
  width: 850px;
  height: 220px;
  background-color: #dadee4;
  position: relative;
}
@media (max-width: 1440px) {
  .index_news .index_news_block .col {
    height: 190px;
  }
}
@media (max-width: 968px) {
  .index_news .index_news_block .col {
    width: 100%;
    float: none;
  }
}
@media (max-width: 668px) {
  .index_news .index_news_block .col {
    height: 80px;
  }
}
.index_news .index_news_block .arrows {
  width: 170px;
  height: 60px;
  padding-top: 20px;
  background-color: #005271;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 10;
}
@media (max-width: 668px) {
  .index_news .index_news_block .arrows {
    left: 10px;
    bottom: 10px;
  }
}
.index_news .index_news_block .arrows svg {
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #fff;
}
.index_news .index_news_block .arrows .arrow {
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index_news .index_news_block .arrows .arrow.index_news_list_prev {
  float: left;
}
.index_news .index_news_block .arrows .arrow.index_news_list_next {
  float: right;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.index_news .index_news_block .arrows .index_news_list_page {
  float: left;
  width: 90px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "FuturaBT-Medium";
}
.index_news .index_news_block .allnews {
  display: block;
  width: 120px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #005271;
  position: absolute;
  right: 40px;
  bottom: 55px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 668px) {
  .index_news .index_news_block .allnews {
    right: 10px;
    bottom: 30px;
  }
}
.index_news .index_news_block .allnews svg {
  width: 13px;
  height: 13px;
  color: #005271;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_news .index_news_block .allnews:hover {
  color: #4da250;
}
.index_news .index_news_block .allnews:hover svg {
  color: #4da250;
}

.index_partner {
  margin-top: 80px;
  padding-bottom: 80px;
  background: url("../img/index_partner_bg.png") center bottom no-repeat;
}
@media (max-width: 1440px) {
  .index_partner {
    margin-top: 60px;
  }
}
@media (max-width: 1180px) {
  .index_partner {
    margin-top: 40px;
    padding: 0 20px 20px;
  }
}
@media (max-width: 668px) {
  .index_partner {
    margin-top: 10px;
    padding: 0 10px 10px;
  }
}
.index_partner .w {
  background-color: #fff;
  padding: 50px 40px 0;
}
@media (max-width: 1440px) {
  .index_partner .w {
    padding-bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .index_partner .w {
    padding: 20px 10px 10px;
  }
}
.index_partner .list {
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .index_partner .list {
    margin-top: 20px;
  }
}
@media (max-width: 668px) {
  .index_partner .list {
    overflow: hidden;
  }
}
.index_partner .list ul {
  margin: 0 -20px;
  padding: 0;
}
@media (max-width: 1440px) {
  .index_partner .list ul {
    margin: 0 -10px;
  }
}
@media (max-width: 668px) {
  .index_partner .list ul {
    margin: 0 -5px;
  }
}
.index_partner .list ul li {
  display: block;
  float: left;
  width: 20%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .index_partner .list ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 668px) {
  .index_partner .list ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.index_partner .list ul li .col,
.index_partner .list ul li .more {
  display: block;
  height: 100%;
  border: 1px solid #e0e0e0;
}
.index_partner .list ul li .col {
  margin: 0;
}
.index_partner .list ul li .col img {
  width: 100%;
}
.index_partner .list ul li .more {
  text-align: center;
  line-height: 40px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_partner .list ul li .more svg {
  vertical-align: top;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  color: #005271;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_partner .list ul li .more p {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-size: 22px;
  color: #005271;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .index_partner .list ul li .more p {
    font-size: 16px;
  }
}
.index_partner .list ul li .more:hover {
  background-color: #005271;
  border-color: #005271;
}
.index_partner .list ul li .more:hover svg {
  color: #fff;
}
.index_partner .list ul li .more:hover p {
  color: #fff;
}

footer {
  background-color: #e2e5ea;
  padding: 60px 0 0;
}
@media (max-width: 1180px) {
  footer {
    padding: 40px 0 0;
  }
}
@media (max-width: 668px) {
  footer {
    padding: 20px 0 0;
  }
}
.foot_top {
  position: relative;
  padding-right: 140px;
}
@media (max-width: 1180px) {
  .foot_top {
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .foot_top .foot_nav {
    display: none;
  }
}
.foot_top .foot_nav > ul {
  margin: 0;
  padding: 0;
}
.foot_top .foot_nav > ul > li {
  display: block;
  float: left;
  margin-right: 10%;
}
.foot_top .foot_nav > ul > li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #4d7584;
  margin-bottom: 10px;
}
.foot_top .foot_nav > ul > li ul {
  margin: 0;
  padding: 0;
}
.foot_top .foot_nav > ul > li ul li {
  display: block;
}
.foot_top .foot_nav > ul > li ul li a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.foot_top .foot_nav > ul > li ul li a:hover {
  color: #4d7584;
}
.foot_top .foot_qr {
  width: 140px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 1180px) {
  .foot_top .foot_qr {
    position: static;
    margin: 0 auto;
  }
}
.foot_top .foot_qr img {
  width: 100%;
}
.foot_top .foot_qr p {
  margin: 10px 0;
  font-size: 12px;
  color: #666;
}
.foot_top .foot_qr p svg {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.foot_link {
  border-top: 1px solid #d8dce2;
  border-bottom: 1px solid #d8dce2;
  padding: 40px 20%;
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .foot_link {
    padding: 20px 10%;
    margin-top: 20px;
  }
}
@media (max-width: 668px) {
  .foot_link {
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
  }
}
.foot_link ul {
  margin: 0 -5%;
  padding: 0;
  text-align: center;
}
@media (max-width: 668px) {
  .foot_link ul {
    margin: 0 -5px;
  }
}
.foot_link ul li {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 5%;
}
@media (max-width: 668px) {
  .foot_link ul li {
    padding: 0 5px;
  }
}
.foot_link ul li a {
  display: block;
  width: 138px;
  margin: 0 auto;
}
@media (max-width: 668px) {
  .foot_link ul li a {
    width: 100%;
  }
}
.foot_link ul li a img {
  width: 100%;
  border: 3px solid #fff;
}

.foot_copyright {
  line-height: 70px;
}
@media (max-width: 1180px) {
  .foot_copyright {
    padding: 20px 0;
    line-height: 26px;
  }
}
.foot_copyright p {
  display: block;
  float: left;
  width: 50%;
  margin: 0;
  color: #98a1ae;
}
@media (max-width: 1180px) {
  .foot_copyright p {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.foot_copyright p:nth-last-of-type(1) {
  text-align: right;
}
@media (max-width: 1180px) {
  .foot_copyright p:nth-last-of-type(1) {
    text-align: center;
  }
}
.foot_copyright p br {
  display: none;
}
@media (max-width: 668px) {
  .foot_copyright p br {
    display: block;
  }
}
.foot_copyright p a {
  color: #98a1ae;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.foot_copyright p a:hover {
  color: #005271;
}

.nbanner {
  width: 100%;
  position: relative;
}
.nbanner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 82, 113, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.nbanner .title {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 140px;
  z-index: 10;
}
@media (max-width: 1440px) {
  .nbanner .title {
    top: 100px;
  }
}
@media (max-width: 668px) {
  .nbanner .title {
    top: 50px;
  }
}
.nbanner .title b {
  display: block;
  font-size: 48px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1440px) {
  .nbanner .title b {
    font-size: 42px;
  }
}
@media (max-width: 668px) {
  .nbanner .title b {
    font-size: 32px;
  }
}
.nbanner .title span {
  display: block;
  font-size: 30px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
  font-family: "FuturaBT-Medium";
  text-transform: uppercase;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .nbanner .title span {
    font-size: 20px;
    margin-top: 10px;
  }
}
.nbanner .img {
  width: 100%;
  height: 440px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .nbanner .img {
    height: 380px;
  }
}
@media (max-width: 668px) {
  .nbanner .img {
    display: none;
  }
}
.nbanner .mimg {
  display: none;
}
@media (max-width: 668px) {
  .nbanner .mimg {
    display: block;
  }
  .nbanner .mimg img {
    width: 100%;
  }
}

.img_res img {
  max-width: 100% !important;
  height: auto !important;
}

.warp_content {
  padding-bottom: 60px;
}
@media (max-width: 1180px) {
  .warp_content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 668px) {
  .warp_content {
    padding: 0 10px 10px;
  }
}
.warp_content .w_col {
  margin-top: -80px;
  padding: 40px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 668px) {
  .warp_content .w_col {
    margin-top: -40px;
    padding: 20px;
  }
}
.warp_content .page_content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
@media (max-width: 668px) {
  .warp_content .page_content {
    font-size: 14px;
    line-height: 26px;
  }
}
.warp_content .page_content .table > tbody > tr > td, .warp_content .page_content .table > tbody > tr > th, .warp_content .page_content .table > tfoot > tr > td, .warp_content .page_content .table > tfoot > tr > th, .warp_content .page_content .table > thead > tr > td, .warp_content .page_content .table > thead > tr > th {
  padding: 10px 20px;
}
.warp_content .page_content .table {
  color: #808080;
}
.warp_content .page_content .table > tbody > tr > td, .warp_content .page_content .table > tbody > tr > th, .warp_content .page_content .table > tfoot > tr > td, .warp_content .page_content .table > tfoot > tr > th, .warp_content .page_content .table > thead > tr > td, .warp_content .page_content .table > thead > tr > th {
  vertical-align: middle;
}
.warp_content .page_content .table.table-bordered {
  border-color: #fff;
  border: none;
}
.warp_content .page_content .table.table-bordered > tbody > tr > td, .warp_content .page_content .table.table-bordered > tbody > tr > th, .warp_content .page_content .table.table-bordered > tfoot > tr > td, .warp_content .page_content .table.table-bordered > tfoot > tr > th, .warp_content .page_content .table.table-bordered > thead > tr > td, .warp_content .page_content .table.table-bordered > thead > tr > th {
  border-color: #e5e5e5;
}
.warp_content .page_content .table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #eaf8e6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.warp_content .page_content .table.table-striped > tbody > tr:nth-of-type(even):hover {
  background-color: #d5ecce;
  color: #333;
}
.warp_content .page_content .table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.warp_content .page_content .table.table-striped > tbody > tr:nth-of-type(odd):hover {
  background-color: #d5ecce;
  color: #333;
}
.warp_content .page_content .table thead {
  background-color: #99ccff;
  color: #333;
}
.warp_content .page_content .table tbody {
  font-size: 14px;
}
.warp_content .page_content h3 {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.warp_content .page_content ul {
  padding-left: 20px;
}
.warp_content .page_content .page_about_othercate {
  margin: 50px 0 0;
}
@media (max-width: 668px) {
  .warp_content .page_content .page_about_othercate {
    margin: 20px 0 0;
  }
}
.warp_content .page_content .page_about_othercate ul {
  margin: 0 -20px;
  padding: 0;
}
@media (max-width: 1180px) {
  .warp_content .page_content .page_about_othercate ul {
    margin: 0 -10px;
  }
}
@media (max-width: 668px) {
  .warp_content .page_content .page_about_othercate ul {
    margin: 0;
  }
}
.warp_content .page_content .page_about_othercate ul li {
  display: block;
  float: left;
  width: 20%;
  padding: 0 20px;
}
@media (max-width: 1180px) {
  .warp_content .page_content .page_about_othercate ul li {
    padding: 0 10px;
  }
}
@media (max-width: 668px) {
  .warp_content .page_content .page_about_othercate ul li {
    padding: 0;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .warp_content .page_content .page_about_othercate ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.warp_content .page_content .page_about_othercate ul li .col {
  display: block;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1180px) {
  .warp_content .page_content .page_about_othercate ul li .col {
    height: 130px;
  }
}
.warp_content .page_content .page_about_othercate ul li .col:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.warp_content .page_content .page_about_othercate ul li .col b {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.warp_content .page_content .page_about_othercate ul li .col:hover:before {
  background-color: rgba(0, 82, 113, 0.5);
}
.warp_content .page_content .page_about_othercate ul li .col:hover b {
  letter-spacing: 5px;
}
.warp_content .page_content .partner ul {
  margin: 0 -20px;
  padding: 0;
}
@media (max-width: 1180px) {
  .warp_content .page_content .partner ul {
    margin: 0 -10px;
  }
}
.warp_content .page_content .partner ul li {
  display: block;
  float: left;
  width: 20%;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .warp_content .page_content .partner ul li {
    padding: 0 10px;
    width: 25%;
  }
}
@media (max-width: 668px) {
  .warp_content .page_content .partner ul li {
    width: 50%;
  }
}
.warp_content .page_content .partner ul li .col img {
  width: 100%;
  border: 1px solid #ddd;
}
.warp_content .page_content .partner ul li .col .title {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.third_nav {
  text-align: center;
  margin: 20px 0 0;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1180px) {
  .third_nav {
    margin: 10px 0 0;
    padding: 10px 0;
  }
}
.third_nav ul {
  margin: 0 -15px;
  padding: 0;
}
@media (max-width: 968px) {
  .third_nav ul {
    margin: 0 -5px;
  }
}
.third_nav ul li {
  display: inline-block;
  padding: 0 13px;
}
@media (max-width: 1180px) {
  .third_nav ul li {
    display: block;
    float: left;
    width: 20%;
    padding: 0 15px;
  }
}
@media (max-width: 968px) {
  .third_nav ul li {
    padding: 0 5px;
  }
}
@media (max-width: 668px) {
  .third_nav ul li {
    width: 33.33%;
    margin-bottom: 10px;
  }
}
.third_nav ul li a {
  display: block;
  padding: 0 20px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #4d7584;
  border-radius: 2px;
  color: #000;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1180px) {
  .third_nav ul li a {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 968px) {
  .third_nav ul li a {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
}
@media (max-width: 668px) {
  .third_nav ul li a {
    height: 34px;
    line-height: 32px;
    border-radius: 17px;
  }
}
.third_nav ul li a.cur, .third_nav ul li a:hover {
  background-color: #4da250;
  color: #fff;
  border-color: #4da250;
}

.sub_nav {
  text-align: center;
}
.sub_nav ul {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1288px) {
  .sub_nav ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 968px) {
  .sub_nav ul {
    margin: 0 -5px;
  }
}
.sub_nav ul li {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .sub_nav ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex-basis: 16.66%;
        -ms-flex-preferred-size: 16.66%;
            flex-basis: 16.66%;
  }
}
@media (max-width: 968px) {
  .sub_nav ul li {
    padding: 0 5px;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
@media (max-width: 668px) {
  .sub_nav ul li {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
  }
}
.sub_nav ul li a {
  display: block;
  padding: 0 20px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #4d7584;
  border-radius: 20px;
  color: #000;
  font-size: 13px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1180px) {
  .sub_nav ul li a {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 668px) {
  .sub_nav ul li a {
    height: 34px;
    line-height: 32px;
    border-radius: 17px;
    font-size: 12px;
  }
}
.sub_nav ul li a.cur, .sub_nav ul li a:hover {
  background-color: #4da250;
  color: #fff;
  border-color: #4da250;
}

.page_about h2 {
  text-align: center;
  color: #4da250;
  font-size: 30px;
  line-height: 70px;
  font-weight: bold;
}
@media (max-width: 668px) {
  .page_about h2 {
    font-size: 20px;
    line-height: 40px;
  }
}
.page_about h2 br {
  display: none;
}
@media (max-width: 668px) {
  .page_about h2 br {
    display: block;
  }
}
.page_about .jump_nums {
  width: 1110px;
  margin: 0 auto 50px;
  height: 460px;
  position: relative;
  background: url("../img/page_about_map.jpg") center center no-repeat;
}
@media (max-width: 1440px) {
  .page_about .jump_nums {
    width: 100%;
  }
}
@media (max-width: 668px) {
  .page_about .jump_nums {
    margin-bottom: 0px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.page_about .jump_nums ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page_about .jump_nums ul li {
  display: block;
  float: left;
  width: 14.28%;
  text-align: center;
}
@media (max-width: 1180px) {
  .page_about .jump_nums ul li {
    margin-right: 0px;
    width: 14.28%;
    text-align: center;
  }
}
@media (max-width: 668px) {
  .page_about .jump_nums ul li {
    width: 33.33%;
  }
  .page_about .jump_nums ul li:nth-of-type(4), .page_about .jump_nums ul li:nth-of-type(5), .page_about .jump_nums ul li:nth-of-type(6), .page_about .jump_nums ul li:nth-of-type(7) {
    width: 25%;
  }
}
.page_about .jump_nums ul li p {
  margin: 0;
  padding: 0;
}
.page_about .jump_nums ul li p.num span {
  font-size: 36px;
  font-family: "FuturaBT-Bold";
  color: #005271;
}
@media (max-width: 1380px) {
  .page_about .jump_nums ul li p.num span {
    font-size: 30px;
  }
}
@media (max-width: 968px) {
  .page_about .jump_nums ul li p.num span {
    font-size: 20px;
  }
}
.page_about .jump_nums ul li p.num em {
  font-size: 14px;
  color: #999;
  font-style: normal;
  margin-left: 5px;
}
.page_about .jump_nums ul li p.t {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
@media (max-width: 668px) {
  .page_about .jump_nums ul li p.t {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
  }
}

.team_col {
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
@media (max-width: 668px) {
  .team_col {
    margin-bottom: 20px;
  }
}
.team_col h2 {
  display: block;
  margin: 0;
  padding: 0;
  background: #e5e5e5;
}
.team_col h2 span {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  padding-left: 20px;
  font-weight: bold;
}
.team_col .list {
  padding: 20px 20px 0;
}
.team_col .list > .row {
  margin: 0 -20px;
}
.team_col .list > .row > div {
  padding: 0 20px;
  margin-bottom: 20px;
}
.team_col .list > .row > div .col {
  width: 100%;
}
.team_col .list > .row > div .col .img {
  float: left;
  width: 152px;
  height: 187px;
  overflow: hidden;
}
@media (max-width: 668px) {
  .team_col .list > .row > div .col .img {
    float: none;
    width: 100%;
    height: 200px;
  }
}
.team_col .list > .row > div .col .img span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f5f5f5;
}
.team_col .list > .row > div .col .txt {
  padding-left: 176px;
}
@media (max-width: 668px) {
  .team_col .list > .row > div .col .txt {
    padding: 10px 0 0;
  }
}
.team_col .list > .row > div .col .txt b.title {
  display: block;
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .team_col .list > .row > div .col .txt b.title {
    font-size: 20px;
  }
}
@media (max-width: 668px) {
  .team_col .list > .row > div .col .txt b.title {
    font-size: 18px;
  }
}
.team_col .list > .row > div .col .txt .des {
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
@media (max-width: 1180px) {
  .team_col .list > .row > div .col .txt .des {
    line-height: 26px;
  }
}

.news_list .list {
  margin-bottom: 30px;
}
@media (max-width: 668px) {
  .news_list .list {
    margin-bottom: 10px;
  }
}
.news_list .list ul {
  margin: 0;
  padding: 0;
}
.news_list .list ul li {
  display: block;
  border-bottom: 1px dotted #ddd;
}
.news_list .list ul li a {
  display: block;
  line-height: 25px;
  padding: 15px 0 15px 20px;
  position: relative;
}
.news_list .list ul li a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  line-height: 4px;
  background-color: #ddd;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 24px;
}
.news_list .list ul li a span.date {
  display: block;
  float: right;
  width: 100px;
  text-align: center;
  color: #999;
}
@media (max-width: 668px) {
  .news_list .list ul li a span.date {
    float: none;
    text-align: left;
  }
}
.news_list .list ul li a b {
  font-size: 14px;
}
.news_list .list ul li a:hover {
  background-color: #f5f5f5;
}
.news_list .list_pic {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
@media (max-width: 668px) {
  .news_list .list_pic {
    margin-bottom: 10px;
  }
}
.news_list .list_pic ul {
  margin: 0;
  padding: 0;
}
.news_list .list_pic ul li {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 50px 0;
}
@media (max-width: 1440px) {
  .news_list .list_pic ul li {
    padding: 30px 0;
  }
}
@media (max-width: 668px) {
  .news_list .list_pic ul li {
    padding: 10px 0;
  }
}
.news_list .list_pic ul li a {
  display: block;
  width: 100%;
  height: 220px;
  position: relative;
}
@media (max-width: 668px) {
  .news_list .list_pic ul li a {
    height: auto;
  }
}
.news_list .list_pic ul li a span.date {
  display: block;
  float: left;
  width: 110px;
  font-size: 18px;
  font-family: "Bebas";
  color: #999;
  text-align: center;
  padding-top: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 668px) {
  .news_list .list_pic ul li a span.date {
    display: none;
  }
}
.news_list .list_pic ul li a span.date em {
  display: block;
  color: #999;
  font-style: normal;
  font-size: 48px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list .list_pic ul li a .img {
  float: left;
  width: 360px;
  height: 100%;
  overflow: hidden;
  margin: 0 70px 0 30px;
}
@media (max-width: 1440px) {
  .news_list .list_pic ul li a .img {
    margin: 0 30px;
  }
}
@media (max-width: 1180px) {
  .news_list .list_pic ul li a .img {
    width: 280px;
  }
}
@media (max-width: 968px) {
  .news_list .list_pic ul li a .img {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 668px) {
  .news_list .list_pic ul li a .img {
    float: none;
    width: 100%;
    height: 200px;
    margin: 0;
  }
}
.news_list .list_pic ul li a .img span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f5f5f5;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.news_list .list_pic ul li a .txt {
  padding: 40px 110px 0 0;
}
@media (max-width: 968px) {
  .news_list .list_pic ul li a .txt {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 668px) {
  .news_list .list_pic ul li a .txt {
    padding: 10px 0 0;
  }
}
.news_list .list_pic ul li a .txt .title {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .news_list .list_pic ul li a .txt .title {
    font-size: 16px;
  }
}
@media (max-width: 668px) {
  .news_list .list_pic ul li a .txt .title {
    height: auto;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
  }
}
@media (min-width: 668px) {
  .news_list .list_pic ul li a .txt .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.news_list .list_pic ul li a .txt .m_date {
  display: none;
}
@media (max-width: 668px) {
  .news_list .list_pic ul li a .txt .m_date {
    display: block;
  }
}
.news_list .list_pic ul li a .txt .des {
  font-size: 16px;
  line-height: 36px;
  color: #888;
}
@media (max-width: 1440px) {
  .news_list .list_pic ul li a .txt .des {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 668px) {
  .news_list .list_pic ul li a .txt .des {
    margin: 10px 0;
  }
}
@media (min-width: 668px) {
  .news_list .list_pic ul li a .txt .des {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
  }
}
.news_list .list_pic ul li a .txt .more {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #bbb;
  color: #666;
  font-family: "BrandonText-Medium";
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 668px) {
  .news_list .list_pic ul li a .txt .more {
    position: static;
  }
}
.news_list .list_pic ul li a:hover span.date {
  color: #4da250;
}
.news_list .list_pic ul li a:hover span.date em {
  color: #4da250;
}
.news_list .list_pic ul li a:hover .img span {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news_list .list_pic ul li a:hover .txt .title {
  color: #4da250;
}
.news_list .list_pic ul li a:hover .txt .more {
  color: #4da250;
}

.page_slide01 {
  margin-top: 20px;
}
.page_slide01 a {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .page_slide01 a {
    height: 220px;
  }
}
.page_slide01 a span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page_slide01 a:hover span {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.page_slide01 .swiper-pagination {
  position: static;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .page_slide01 .swiper-pagination {
    margin-top: 10px;
  }
}
.page_slide01 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}

.sjhc_list_title {
  color: #666666;
  height: 56px;
  line-height: 56px;
  padding: 0;
  font-size: 18px;
  color: #666;
  position: relative;
}
@media (max-width: 1440px) {
  .sjhc_list_title {
    font-size: 14px;
  }
}
.sjhc_list_title span {
  float: left;
  width: 30%;
}
@media (max-width: 968px) {
  .sjhc_list_title span {
    width: 70%;
  }
}
@media (max-width: 668px) {
  .sjhc_list_title span {
    width: 70%;
  }
}
.sjhc_list_title span b {
  font-size: 16px;
}
@media (max-width: 1380px) {
  .sjhc_list_title span b {
    font-size: 14px;
  }
}
.sjhc_list_title span.pc {
  display: block;
}
@media (max-width: 1180px) {
  .sjhc_list_title span.pc {
    display: none;
  }
}
.sjhc_list_title .icon {
  width: 10%;
  height: 50px;
  text-align: right;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 0;
}
@media (max-width: 968px) {
  .sjhc_list_title .icon {
    width: 20%;
  }
}
.sjhc_list_title .icon em {
  font-style: normal;
}
@media (max-width: 668px) {
  .sjhc_list_title .icon em {
    display: none;
  }
}
.sjhc_list_title.color {
  background: #dadada;
  color: #333;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .sjhc_list_title.color {
    padding: 0 40px;
  }
}
@media (max-width: 668px) {
  .sjhc_list_title.color {
    padding: 0 20px;
  }
}

.sjhc_list {
  padding: 0;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .sjhc_list {
    margin-top: 30px;
  }
}
@media (max-width: 668px) {
  .sjhc_list {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.sjhc_list .panel {
  margin: 0 0 30px !important;
  border-radius: 0;
  background: none;
  border: 1px solid #ddd;
  box-shadow: none;
}
@media (max-width: 1440px) {
  .sjhc_list .panel {
    margin: 0 0 20px !important;
  }
}
@media (max-width: 668px) {
  .sjhc_list .panel {
    margin: 0 0 10px !important;
  }
}
.sjhc_list .panel .panel-heading {
  padding: 0;
}
.sjhc_list .panel .panel-heading .panel-title a.switch {
  display: block;
  width: 100%;
  color: #333;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 1440px) {
  .sjhc_list .panel .panel-heading .panel-title a.switch {
    padding: 0 40px;
  }
}
@media (max-width: 668px) {
  .sjhc_list .panel .panel-heading .panel-title a.switch {
    padding: 0 20px;
  }
}
.sjhc_list .panel .panel-heading .panel-title a.switch .sjhc_list_title {
  height: 80px;
  line-height: 80px;
}
@media (max-width: 1440px) {
  .sjhc_list .panel .panel-heading .panel-title a.switch .sjhc_list_title {
    height: 60px;
    line-height: 60px;
  }
}
.sjhc_list .panel .panel-heading .panel-title a.switch i {
  display: block;
  float: right;
  width: 12px;
  height: 80px;
  position: relative;
  margin-left: 10px;
}
@media (max-width: 1440px) {
  .sjhc_list .panel .panel-heading .panel-title a.switch i {
    height: 60px;
  }
}
.sjhc_list .panel .panel-heading .panel-title a.switch i:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  line-height: 2px;
  background: #9f9f9f;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sjhc_list .panel .panel-heading .panel-title a.switch i:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  line-height: 2px;
  background: #9f9f9f;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sjhc_list .panel .panel-heading .panel-title a.switch[aria-expanded=true] {
  color: #4da250;
}
.sjhc_list .panel .panel-heading .panel-title a.switch[aria-expanded=true] .sjhc_list_title span {
  color: #4da250;
}
.sjhc_list .panel .panel-heading .panel-title a.switch[aria-expanded=true] .icon {
  color: #4da250;
}
.sjhc_list .panel .panel-heading .panel-title a.switch[aria-expanded=true] i:before {
  background: #4da250;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sjhc_list .panel .panel-heading .panel-title a.switch[aria-expanded=true] i:after {
  background: #4da250;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.sjhc_list .panel.activestate {
  border-color: #ddd;
  background: #fff;
}
.sjhc_list .panel.activestate .panel-heading .panel-title a.switch[aria-expanded=true] {
  border-color: #005271;
}
.sjhc_list .panel.activestate .panel-collapse .panel-body {
  border-top: none;
}
.sjhc_list .panel.activestate .panel-collapse .panel-body .sjhc_content {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.sjhc_list .panel .panel-collapse .panel-body {
  border: none;
  padding: 0px 40px;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .sjhc_list .panel .panel-collapse .panel-body {
    padding: 0px 40px;
  }
}
@media (max-width: 668px) {
  .sjhc_list .panel .panel-collapse .panel-body {
    padding: 20px;
  }
}
@media (max-width: 668px) {
  .sjhc_list .panel .panel-collapse .panel-body {
    padding: 0 20px 10px;
  }
}
.sjhc_list .panel .panel-collapse .panel-body:before, .sjhc_list .panel .panel-collapse .panel-body:after {
  display: none;
}
.sjhc_content span.t {
  display: block;
  font-weight: bold;
}
.sjhc_content .container-fluid {
  padding: 0;
  overflow: hidden;
}
.sjhc_content img {
  max-width: 100%;
  margin: 10px 0;
}

.pic_list {
  margin-top: 30px;
}
.pic_list .list {
  margin-bottom: 30px;
}
@media (max-width: 668px) {
  .pic_list .list {
    margin-bottom: 10px;
  }
}
.pic_list .list > .row {
  padding: 0;
}
.pic_list .list > .row > div {
  display: block;
  margin-bottom: 20px;
}
.pic_list .list > .row > div a {
  display: block;
}
.pic_list .list > .row > div a .img {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  overflow: hidden;
}
.pic_list .list > .row > div a .img img {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.pic_list .list > .row > div a .title {
  font-size: 14px;
  line-height: 26px;
  padding: 10px 0;
  color: #666;
  text-align: center;
}
.pic_list .list > .row > div a:hover .img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pic_list .list > .row > div a:hover .title {
  color: #4da250;
}

.news_content {
  width: 100%;
}
.news_content h1.title {
  max-width: 920px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1380px) {
  .news_content h1.title {
    font-size: 18px;
    line-height: 30px;
  }
}
.news_content .info {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 20px 0 0;
  color: #999;
  font-family: "FuturaBT-Medium";
}
.news_content .info span {
  display: inline-block;
  vertical-align: top;
}
.news_content .info svg {
  width: 20px;
  height: 20px;
  color: #999;
}
.news_content .txt {
  padding: 30px 0;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1440px) {
  .news_content .txt {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 668px) {
  .news_content .txt {
    font-weight: normal;
    margin-top: 20px;
    padding: 10px 0;
  }
}
.news_content .txt img {
  max-width: 800px !important;
  height: auto !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 668px) {
  .news_content .txt img {
    max-width: 100% !important;
  }
}
.news_content .txt br {
  display: block;
  content: "";
  margin-top: 10px;
}
.news_content .txt .content_img_list ul {
  margin: 0;
  padding: 0;
}
.news_content .txt .content_img_list ul li {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.news_content .txt .content_img_list ul li .img {
  max-width: 800px;
  margin: 0 auto;
}
.news_content .txt a[href$=".doc"],
.news_content .txt a[href$=".docx"] {
  display: inline-block;
  padding-left: 20px;
  text-decoration: underline;
  line-height: 30px;
}
.news_content .txt a[href$=".doc"]::before,
.news_content .txt a[href$=".docx"]::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/docx.png");
}
.news_content .txt a[href$=".xlx"],
.news_content .txt a[href$=".xlxs"] {
  display: inline-block;
  padding-left: 20px;
  text-decoration: underline;
  line-height: 30px;
}
.news_content .txt a[href$=".xlx"]::before,
.news_content .txt a[href$=".xlxs"]::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/xlxs.png");
}
.news_content .news_content_video {
  max-width: 800px;
  margin: 20px auto;
}
.news_content .updown {
  padding: 40px 0 0 0;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
@media (max-width: 1380px) {
  .news_content .updown {
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 1180px) {
  .news_content .updown {
    padding: 10px 0 0;
  }
}
.news_content .updown a {
  color: #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_content .updown a:hover {
  color: #4da250;
}
.news_content .updown .inner {
  width: 100%;
  padding-right: 150px;
  position: relative;
}
@media (max-width: 668px) {
  .news_content .updown .inner {
    padding: 0;
  }
}
.news_content .updown .btn_back {
  display: block;
  width: 150px;
  height: 44px;
  line-height: 42px;
  padding: 0 30px;
  border-radius: 40px;
  border: 1px solid #5b5b5b;
  color: #666;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 668px) {
  .news_content .updown .btn_back {
    position: static;
    margin: 20px auto 0;
  }
}
.news_content .updown .btn_back span {
  display: block;
  float: right;
  margin: 14px 0 0;
  width: 15px;
  height: 12px;
  position: relative;
}
.news_content .updown .btn_back span:before, .news_content .updown .btn_back span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  line-height: 1px;
  background: #5b5b5b;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_content .updown .btn_back span:before {
  top: 0;
}
.news_content .updown .btn_back span:after {
  bottom: 0;
}
.news_content .updown .btn_back span i {
  display: block;
  width: 100%;
  height: 1px;
  line-height: 1px;
  background: #5b5b5b;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_content .updown .btn_back:hover {
  background: #4da250;
  border-color: #4da250;
  color: #fff;
  text-decoration: none;
}
.news_content .updown .btn_back:hover span:before, .news_content .updown .btn_back:hover span:after {
  width: 10px;
  background: #fff;
}
.news_content .updown .btn_back:hover span:before {
  top: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.news_content .updown .btn_back:hover span:after {
  bottom: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.news_content .updown .btn_back:hover span i {
  opacity: 0;
}

.page_contact01 {
  margin: 50px 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 968px) {
  .page_contact01 {
    margin: 20px 0;
  }
}
@media (max-width: 968px) {
  .page_contact01 .contact_txt {
    text-align: center;
  }
}
.page_contact01 .contact_txt h1.title {
  display: block;
  font-size: 22px;
  line-height: 1.3em;
  color: #4da250;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
}
@media (max-width: 968px) {
  .page_contact01 .contact_txt h1.title {
    text-align: center;
  }
}
@media (max-width: 668px) {
  .page_contact01 .contact_txt h1.title {
    font-size: 18px;
  }
}
.page_contact01 .contact_txt h1.title.s {
  font-size: 18px;
}

.contact_map {
  width: 100%;
  height: 530px;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 968px) {
  .contact_map {
    margin-top: 20px;
  }
}
@media (max-width: 668px) {
  .contact_map {
    height: 300px;
  }
}

.contact_col {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .contact_col {
    font-size: 14px;
  }
}
.contact_col h3 {
  margin: 10px 0;
  font-size: 18px !important;
  line-height: 1em;
  color: #333;
}
.contact_col h3 em {
  font-style: normal;
  font-size: 14px;
  color: #666;
  margin-left: 10px;
}
.contact_col img {
  margin-top: 10px;
  max-width: 130px;
}

.page_contact02 {
  padding-top: 50px;
  border-top: 1px solid #f5f5f5;
}
@media (max-width: 968px) {
  .page_contact02 {
    padding-top: 20px;
  }
}
.page_contact02 .title {
  margin: 0 0 30px;
  text-align: center;
}
@media (max-width: 968px) {
  .page_contact02 .title {
    margin: 0 0 10px;
  }
}
.page_contact02 .title:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  line-height: 2px;
  background-color: #ddd;
  margin: 30px auto 0;
}
.page_contact02 .title img {
  max-width: 100%;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 33.33%;
}
@media (max-width: 668px) {
  .grid-sizer,
.grid-item {
    width: 50%;
  }
}

.grid-item {
  float: left;
  margin-bottom: 20px;
}
@media (max-width: 668px) {
  .grid-item {
    margin-bottom: 10px;
  }
}
.grid-item a {
  display: block;
  padding-right: 20px;
}
@media (max-width: 668px) {
  .grid-item a {
    padding-right: 10px;
  }
}
.grid-item a img {
  max-width: 100%;
  margin: 0 !important;
}

.yjypx_slide {
  margin-top: 30px;
}
.yjypx_slide .img {
  width: 100%;
}
.yjypx_slide .img img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
}
.yjypx_slide .swiper-pagination {
  position: static;
  width: 100%;
}

/*# sourceMappingURL=css.min.css.map*/